[Design Question] Should I use registry or a flat file to save a program's state?

Posted by Ian on Stack Overflow See other posts from Stack Overflow or by Ian
Published on 2010-03-26T11:44:12Z Indexed on 2010/03/26 11:53 UTC
Read the original article Hit count: 355

Filed under:
|

Hi All,

We have a lot of products that are saving their "states" on the registry.

What is the best practice on saving program states? What are the advantages/disadvantages of saving program states as a registry entry or saving program states to a flat file such as XML?

Thanks!

© Stack Overflow or respective owner

Related posts about design

Related posts about language-agnostic